home *** CD-ROM | disk | FTP | other *** search
/ Amiga Aktuell / Amiga Aktuell.iso / amiga-aktuell / net tools / tcp tools / weatherex12 / weatherex12.shortinfo next >
Text File  |  1996-09-05  |  3KB  |  64 lines

  1. *** Amiga Aktuell Programmbeschreibung ***
  2.  
  3. __        __         _   _
  4. \ \      / /__  __ _| |_| |__   ___ _ __
  5.  \ \ /\ / / _ \/ _` | __| '_ \ / _ \ '__|
  6.   \ V  V /  __/ (_| | |_| | | |  __/ |
  7.    \_/\_/ \___|\__,_|\__|_| |_|\___|_|
  8.                         _____                      _
  9.                        | ____|_  ___ __   ___ _ __(_) ___ _ __   ___ ___
  10.                        |  _| \ \/ / '_ \ / _ \ '__| |/ _ \ '_ \ / __/ _ \
  11.                        | |___ >  <| |_) |  __/ |  | |  __/ | | | (_|  __/
  12.                        |_____/_/\_\ .__/ \___|_|  |_|\___|_| |_|\___\___| 1.2
  13.                                   |_|                                    
  14.  
  15. Introduction
  16. ¯¯¯¯¯¯¯¯¯¯¯¯
  17. WeatherExperience was written after I saw WinWeather on a PC.  I thought it
  18. looked interesting and I'm always looking for new, interesting TCP/IP
  19. applications to program.  WeatherExperience, like WinWeather, uses some
  20. servers in the US that get their data from the National Weather Service.
  21. WeatherExperience downloads weatherdata for the cities you tell it to, and
  22. displays it in a listview.
  23.  
  24. Please give me your comments about the program, the future of any of my
  25. programs depends very much on the amount of feedback I get from the users!
  26.  
  27. Features
  28. ¯¯¯¯¯¯¯¯
  29.  · Can monitor weatherdata for 558 cities in the US and 93 non-US cities.
  30.  · Can convert measurements to various units like Celcius, Fahrenheit,
  31.    Kelvin, meter/second, miles per hour and knots.
  32.  · Almost 100% asynchronous network operation (you can use the GUI while the
  33.    program is fetching weatherdata, and you can abort at almost any time).
  34.  · Updates weatherdata display after a user-configurable delay.
  35.  
  36. Requirements
  37. ¯¯¯¯¯¯¯¯¯¯¯¯
  38.  · AmigaOS 2.04 or higher
  39.  · MUI 3.3 or higher
  40.  · A TCP/IP stack (like AmiTCP, Miami, As225, Inet225 or mlink)
  41.  
  42. Version history
  43. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  44. WeatherExperience 1.0 (20.7.96)
  45.  · First release to AmiNet.
  46.  
  47. WeatherExperience 1.1 (21.7.96)
  48.  · Of course, the good boys at the National Weather Service just had to
  49.    change the format of the data the day I released WeatherExperience.
  50.    That broke the parsing of weatherdata for all non-US cities.
  51.  · The weather boys also changed the spelling of a few cities:
  52.    "Capetown" -> "Cape town"
  53.    "Ho Chi Minh Ct" -> "Ho Chi Minh Cty"
  54.    "Nagano" -> "Ngano" (?!)
  55.    "St.Petersburg" -> "St. Petersburgh"
  56.  · Information for Shanghai, China now available
  57.  
  58. WeatherExperience 1.2 (23.7.96)
  59.  · Guess what... They changed the format of the data back.. Aaaargh.
  60.    That means all changes done from 1.0->1.1 has been reversed for 1.2. :(
  61.  · The main listview with the weatherdata now jumps to display the last 
  62.    inserted city if the scrollbar is at the bottom.
  63.    (Suggested by Troy D. Davis)
  64.